ISCModelObject::IsInstanceOf Arguments
Here is the signature for the IsInstanceOf function:
VARIANT_BOOL IsInstanceOf(VARIANT ClassId)
The following table contains the valid arguments for the IsInstanceOf function:
Parameter |
Valid Type/Value |
Description |
---|---|---|
ClassId |
VT_BSTR � ID of an object class |
Identifies a target object class by the given identifier. |
ClassId |
VT_BSTR � Name of an object class |
Identifies an object class by the given name. |
For information about valid object class names and identifiers, see the HTML document erwin Metamodel Reference, in the Metamodel Reference Bookshelf located in the erwin Data Modeler installation folder.
Copyright © 2025 Quest Software, Inc. |